home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Starter / Source / Makefile < prev    next >
Makefile  |  1995-06-12  |  2KB  |  58 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Starter
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. DOCICONS = docIcon.tiff
  16.  
  17. LOCAL_RESOURCES = Document.nib InfoPanel.nib InspectorPanel.nib\
  18.                   PrefPanel.nib Starter.nib
  19.  
  20. GLOBAL_RESOURCES = clockbits.tiff
  21.  
  22. CLASSES = AdjFontTextField.m ClockView.m CommandView.m Controller.m\
  23.           Document.m DocumentWindow.m InspectorManager.m KeyPanel.m\
  24.           MenuController.m MultipleScreenManager.m PreferenceManager.m\
  25.           RemoteServer.m
  26.  
  27. HFILES = AdjFontTextField.h ClockView.h CommandView.h Controller.h\
  28.          Document.h DocumentWindow.h InspectorManager.h KeyPanel.h\
  29.          MenuController.h MultipleScreenManager.h PreferenceManager.h\
  30.          RemoteServer.h util.h
  31.  
  32. MFILES = util.m Starter_main.m
  33.  
  34. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble
  35.  
  36.  
  37. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  38. MAKEFILE = app.make
  39. INSTALLDIR = $(HOME)/Apps
  40. INSTALLFLAGS = -c -s -m 755
  41. SOURCEMODE = 444
  42.  
  43. ICONSECTIONS =    -sectcreate __ICON app /usr/lib/NextStep/Workspace.app/application.tiff \
  44.         -sectcreate __ICON docIcon docIcon.tiff
  45.  
  46. LIBS = -lFoundation_s -lMedia_s -lNeXT_s
  47. DEBUG_LIBS = $(LIBS)
  48. PROF_LIBS = $(LIBS)
  49.  
  50.  
  51. -include Makefile.preamble
  52.  
  53. include $(MAKEFILEDIR)/$(MAKEFILE)
  54.  
  55. -include Makefile.postamble
  56.  
  57. -include Makefile.dependencies
  58.